home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webscrip / webscripter4s.exe / {app} / WebScripter.exe / 0 / RCDATA / TFORMHTMLFORMS / TFORMHTMLFORMS.txt
Encoding:
Text File  |  2001-07-11  |  11.9 KB  |  547 lines

  1. object FormHtmlForms: TFormHtmlForms
  2.   Left = 346
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Forms'
  7.   ClientHeight = 424
  8.   ClientWidth = 536
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label9: TLabel
  22.     Left = 8
  23.     Top = 392
  24.     Width = 81
  25.     Height = 17
  26.     AutoSize = False
  27.     Caption = 'Description Text:'
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 536
  33.     Height = 80
  34.     Align = alTop
  35.     BevelOuter = bvNone
  36.     Color = clWhite
  37.     TabOrder = 5
  38.     object Image1: TImage
  39.       Left = 4
  40.       Top = 0
  41.       Width = 65
  42.       Height = 80
  43.       Hint = 'The "Wizard"'
  44.       AutoSize = True
  45.       ParentShowHint = False
  46.       ShowHint = True
  47.     end
  48.     object Label10: TLabel
  49.       Left = 80
  50.       Top = 20
  51.       Width = 441
  52.       Height = 41
  53.       AutoSize = False
  54.       Caption = 
  55.         'Use the toolbar to create the elements of your form. Then set th' +
  56.         'e attributes of the form. You may type in a description that wil' +
  57.         'l be placed with the element. You may also save the form as a te' +
  58.         'mplate or open a previously saved form template file.'
  59.       WordWrap = True
  60.     end
  61.     object Label15: TLabel
  62.       Left = 80
  63.       Top = 64
  64.       Width = 33
  65.       Height = 17
  66.       AutoSize = False
  67.       Caption = 'Note:'
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clWindowText
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.     end
  75.     object Label16: TLabel
  76.       Left = 120
  77.       Top = 64
  78.       Width = 401
  79.       Height = 17
  80.       AutoSize = False
  81.       Caption = 
  82.         'For more attributes and event handlers, use the Attribute Assist' +
  83.         'ant with <form>.'
  84.       WordWrap = True
  85.     end
  86.     object Label20: TLabel
  87.       Left = 96
  88.       Top = 0
  89.       Width = 345
  90.       Height = 20
  91.       Alignment = taCenter
  92.       AutoSize = False
  93.       Caption = 'Forms'
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clTeal
  96.       Font.Height = -16
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = [fsBold]
  99.       ParentFont = False
  100.     end
  101.   end
  102.   object Button1: TButton
  103.     Left = 293
  104.     Top = 392
  105.     Width = 75
  106.     Height = 25
  107.     Caption = '&OK'
  108.     Default = True
  109.     TabOrder = 2
  110.     OnClick = Button1Click
  111.   end
  112.   object Button2: TButton
  113.     Left = 373
  114.     Top = 392
  115.     Width = 75
  116.     Height = 25
  117.     Cancel = True
  118.     Caption = '&Cancel'
  119.     TabOrder = 3
  120.     OnClick = Button2Click
  121.   end
  122.   object Button3: TButton
  123.     Left = 453
  124.     Top = 392
  125.     Width = 75
  126.     Height = 25
  127.     Caption = '&Help'
  128.     TabOrder = 4
  129.     OnClick = Button3Click
  130.   end
  131.   object GroupBox1: TGroupBox
  132.     Left = 8
  133.     Top = 88
  134.     Width = 521
  135.     Height = 153
  136.     Caption = 'Form Elements'
  137.     TabOrder = 0
  138.     object Grid1: TStringGrid
  139.       Left = 8
  140.       Top = 31
  141.       Width = 505
  142.       Height = 115
  143.       HelpContext = 1114
  144.       ColCount = 3
  145.       DefaultColWidth = 100
  146.       DefaultRowHeight = 15
  147.       FixedCols = 0
  148.       RowCount = 2
  149.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goTabs]
  150.       TabOrder = 0
  151.       OnTopLeftChanged = Grid1TopLeftChanged
  152.     end
  153.     object Bar: TToolBar
  154.       Left = 84
  155.       Top = 8
  156.       Width = 381
  157.       Height = 23
  158.       Align = alNone
  159.       Caption = 'Bar'
  160.       EdgeInner = esNone
  161.       EdgeOuter = esNone
  162.       Flat = True
  163.       Images = FormMain.MenuList
  164.       TabOrder = 1
  165.       object ToolButton1: TToolButton
  166.         Left = 0
  167.         Top = 0
  168.         Hint = 'Reset/Start Form'
  169.         Caption = 'ToolButton1'
  170.         ImageIndex = 8
  171.         ParentShowHint = False
  172.         ShowHint = True
  173.         OnClick = ToolButton1Click
  174.       end
  175.       object ToolButton2: TToolButton
  176.         Left = 23
  177.         Top = 0
  178.         Hint = 'Open a form template'
  179.         Caption = 'ToolButton2'
  180.         ImageIndex = 9
  181.         ParentShowHint = False
  182.         ShowHint = True
  183.         OnClick = ToolButton2Click
  184.       end
  185.       object ToolButton3: TToolButton
  186.         Left = 46
  187.         Top = 0
  188.         Hint = 'Save current form as template'
  189.         Caption = 'ToolButton3'
  190.         ImageIndex = 11
  191.         ParentShowHint = False
  192.         ShowHint = True
  193.         OnClick = ToolButton3Click
  194.       end
  195.       object ToolButton17: TToolButton
  196.         Left = 69
  197.         Top = 0
  198.         Hint = 'Delete focused element'
  199.         Caption = 'ToolButton17'
  200.         ImageIndex = 6
  201.         ParentShowHint = False
  202.         ShowHint = True
  203.         OnClick = ToolButton17Click
  204.       end
  205.       object ToolButton15: TToolButton
  206.         Left = 92
  207.         Top = 0
  208.         Width = 8
  209.         Caption = 'ToolButton15'
  210.         ImageIndex = 14
  211.         Style = tbsSeparator
  212.       end
  213.       object ToolButton4: TToolButton
  214.         Left = 100
  215.         Top = 0
  216.         Hint = 'Text box'
  217.         Caption = 'ToolButton4'
  218.         ImageIndex = 64
  219.         ParentShowHint = False
  220.         ShowHint = True
  221.         OnClick = ToolButton4Click
  222.       end
  223.       object ToolButton5: TToolButton
  224.         Left = 123
  225.         Top = 0
  226.         Hint = 'Password box'
  227.         Caption = 'ToolButton5'
  228.         ImageIndex = 55
  229.         ParentShowHint = False
  230.         ShowHint = True
  231.         OnClick = ToolButton5Click
  232.       end
  233.       object ToolButton6: TToolButton
  234.         Left = 146
  235.         Top = 0
  236.         Hint = 'File Upload box'
  237.         Caption = 'ToolButton6'
  238.         ImageIndex = 61
  239.         ParentShowHint = False
  240.         ShowHint = True
  241.         OnClick = ToolButton6Click
  242.       end
  243.       object ToolButton13: TToolButton
  244.         Left = 169
  245.         Top = 0
  246.         Hint = 'Hidden field'
  247.         Caption = 'ToolButton13'
  248.         ImageIndex = 65
  249.         ParentShowHint = False
  250.         ShowHint = True
  251.         OnClick = ToolButton13Click
  252.       end
  253.       object ToolButton7: TToolButton
  254.         Left = 192
  255.         Top = 0
  256.         Hint = 'Text Area'
  257.         Caption = 'ToolButton7'
  258.         ImageIndex = 57
  259.         ParentShowHint = False
  260.         ShowHint = True
  261.         OnClick = ToolButton7Click
  262.       end
  263.       object ToolButton14: TToolButton
  264.         Left = 215
  265.         Top = 0
  266.         Hint = 'Select Box'
  267.         Caption = 'ToolButton14'
  268.         ImageIndex = 0
  269.         ParentShowHint = False
  270.         ShowHint = True
  271.         OnClick = ToolButton14Click
  272.       end
  273.       object ToolButton8: TToolButton
  274.         Left = 238
  275.         Top = 0
  276.         Hint = 'Button'
  277.         Caption = 'ToolButton8'
  278.         ImageIndex = 63
  279.         ParentShowHint = False
  280.         ShowHint = True
  281.         OnClick = ToolButton8Click
  282.       end
  283.       object ToolButton9: TToolButton
  284.         Left = 261
  285.         Top = 0
  286.         Hint = 'Image'
  287.         Caption = 'ToolButton9'
  288.         ImageIndex = 62
  289.         ParentShowHint = False
  290.         ShowHint = True
  291.         OnClick = ToolButton9Click
  292.       end
  293.       object ToolButton10: TToolButton
  294.         Left = 284
  295.         Top = 0
  296.         Hint = 'Radio button'
  297.         Caption = 'ToolButton10'
  298.         ImageIndex = 60
  299.         ParentShowHint = False
  300.         ShowHint = True
  301.         OnClick = ToolButton10Click
  302.       end
  303.       object ToolButton11: TToolButton
  304.         Left = 307
  305.         Top = 0
  306.         Hint = 'Check box'
  307.         Caption = 'ToolButton11'
  308.         ImageIndex = 59
  309.         ParentShowHint = False
  310.         ShowHint = True
  311.         OnClick = ToolButton11Click
  312.       end
  313.       object ToolButton12: TToolButton
  314.         Left = 330
  315.         Top = 0
  316.         Hint = 'Reset button'
  317.         Caption = 'ToolButton12'
  318.         ImageIndex = 58
  319.         ParentShowHint = False
  320.         ShowHint = True
  321.         OnClick = ToolButton12Click
  322.       end
  323.       object ToolButton16: TToolButton
  324.         Left = 353
  325.         Top = 0
  326.         Hint = 'Submit button'
  327.         Caption = 'ToolButton16'
  328.         ImageIndex = 58
  329.         ParentShowHint = False
  330.         ShowHint = True
  331.         OnClick = ToolButton16Click
  332.       end
  333.     end
  334.   end
  335.   object GroupBox2: TGroupBox
  336.     Left = 8
  337.     Top = 248
  338.     Width = 521
  339.     Height = 137
  340.     Caption = 'Form Attributes'
  341.     TabOrder = 1
  342.     object Label4: TLabel
  343.       Left = 232
  344.       Top = 22
  345.       Width = 73
  346.       Height = 17
  347.       AutoSize = False
  348.       Caption = 'Action:'
  349.     end
  350.     object Label5: TLabel
  351.       Left = 16
  352.       Top = 22
  353.       Width = 65
  354.       Height = 17
  355.       AutoSize = False
  356.       Caption = 'Name:'
  357.     end
  358.     object Label2: TLabel
  359.       Left = 232
  360.       Top = 78
  361.       Width = 81
  362.       Height = 17
  363.       AutoSize = False
  364.       Caption = 'Auto Complete:'
  365.     end
  366.     object Label1: TLabel
  367.       Left = 232
  368.       Top = 50
  369.       Width = 49
  370.       Height = 17
  371.       AutoSize = False
  372.       Caption = 'Enctype:'
  373.     end
  374.     object Label3: TLabel
  375.       Left = 16
  376.       Top = 50
  377.       Width = 57
  378.       Height = 17
  379.       AutoSize = False
  380.       Caption = 'Method:'
  381.     end
  382.     object Label6: TLabel
  383.       Left = 16
  384.       Top = 78
  385.       Width = 41
  386.       Height = 17
  387.       AutoSize = False
  388.       Caption = 'Target:'
  389.     end
  390.     object Label7: TLabel
  391.       Left = 16
  392.       Top = 106
  393.       Width = 57
  394.       Height = 17
  395.       AutoSize = False
  396.       Caption = 'onSubmit:'
  397.     end
  398.     object Label8: TLabel
  399.       Left = 232
  400.       Top = 106
  401.       Width = 57
  402.       Height = 17
  403.       AutoSize = False
  404.       Caption = 'onReset:'
  405.     end
  406.     object Href: TComboBox
  407.       Left = 312
  408.       Top = 20
  409.       Width = 177
  410.       Height = 21
  411.       HelpContext = 1116
  412.       ItemHeight = 13
  413.       TabOrder = 1
  414.     end
  415.     object HrefB: TButton
  416.       Left = 488
  417.       Top = 21
  418.       Width = 20
  419.       Height = 19
  420.       HelpContext = 1116
  421.       Caption = '...'
  422.       TabOrder = 2
  423.       OnClick = HrefBClick
  424.     end
  425.     object IName: TEdit
  426.       Left = 80
  427.       Top = 20
  428.       Width = 113
  429.       Height = 21
  430.       HelpContext = 1115
  431.       TabOrder = 0
  432.     end
  433.     object AutoComplete: TComboBox
  434.       Left = 312
  435.       Top = 76
  436.       Width = 65
  437.       Height = 21
  438.       HelpContext = 1120
  439.       ItemHeight = 13
  440.       TabOrder = 6
  441.       Items.Strings = (
  442.         'yes'
  443.         'no')
  444.     end
  445.     object Enctype: TComboBox
  446.       Left = 312
  447.       Top = 48
  448.       Width = 177
  449.       Height = 21
  450.       HelpContext = 1118
  451.       ItemHeight = 13
  452.       TabOrder = 4
  453.       Items.Strings = (
  454.         'application/x-www-form-urlencoded'
  455.         'text/plain'
  456.         'multipart/form-data')
  457.     end
  458.     object Method: TComboBox
  459.       Left = 80
  460.       Top = 48
  461.       Width = 113
  462.       Height = 21
  463.       HelpContext = 1117
  464.       ItemHeight = 13
  465.       TabOrder = 3
  466.       Text = 'get'
  467.       Items.Strings = (
  468.         'get'
  469.         'post')
  470.     end
  471.     object Target: TComboBox
  472.       Left = 80
  473.       Top = 76
  474.       Width = 113
  475.       Height = 21
  476.       HelpContext = 1119
  477.       ItemHeight = 13
  478.       TabOrder = 5
  479.       Items.Strings = (
  480.         '_blank'
  481.         '_self'
  482.         '_parent'
  483.         '_top'
  484.         '_search')
  485.     end
  486.     object Submit: TEdit
  487.       Left = 80
  488.       Top = 104
  489.       Width = 137
  490.       Height = 21
  491.       HelpContext = 1121
  492.       TabOrder = 7
  493.     end
  494.     object Reset: TEdit
  495.       Left = 312
  496.       Top = 104
  497.       Width = 137
  498.       Height = 21
  499.       HelpContext = 1122
  500.       TabOrder = 8
  501.     end
  502.   end
  503.   object RadioNext: TRadioButton
  504.     Left = 152
  505.     Top = 392
  506.     Width = 65
  507.     Height = 17
  508.     HelpContext = 1124
  509.     Caption = 'Next To'
  510.     TabOrder = 6
  511.   end
  512.   object RadioTop: TRadioButton
  513.     Left = 224
  514.     Top = 392
  515.     Width = 57
  516.     Height = 17
  517.     HelpContext = 1125
  518.     Caption = 'On Top'
  519.     TabOrder = 7
  520.   end
  521.   object RadioNone: TRadioButton
  522.     Left = 96
  523.     Top = 392
  524.     Width = 57
  525.     Height = 17
  526.     HelpContext = 1123
  527.     Caption = 'None'
  528.     Checked = True
  529.     TabOrder = 8
  530.     TabStop = True
  531.   end
  532.   object Open1: TOpenDialog
  533.     DefaultExt = 'fmp'
  534.     Filter = 'Form Templates (*.fmp)|*.fmp'
  535.     Left = 32
  536.     Top = 112
  537.   end
  538.   object Save1: TSaveDialog
  539.     DefaultExt = 'fmp'
  540.     Filter = 'Form Templates (*.fmp)|*.fmp'
  541.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  542.     Title = 'Save Form Template'
  543.     Left = 56
  544.     Top = 112
  545.   end
  546. end
  547.